home *** CD-ROM | disk | FTP | other *** search
/ Shareware Direct / Shareware Direct.iso / esf / lj3fonts / sample.bat < prev    next >
DOS Batch File  |  1993-08-25  |  1KB  |  27 lines

  1. echo off
  2. cls
  3. echo ┌───────────────────────────────────────────────────────────────────────┐
  4. echo │ Before you can print a sample of your soft fonts you *must* have run  │
  5. echo │ options 3 from the installation menu. (These copy and unpack the soft │
  6. echo │ fonts, and copy & unpack the utility programs.) If you have already   │
  7. echo │ done this you can print a sample sheet by hitting the return key now. │
  8. echo │ This batch file only works for printers attached to a parallel port.  │
  9. echo │                                                                       │
  10. echo │ If you *don't* want to print anything hit the Ctrl-C key now to abort │
  11. echo │ this batch file and return to INSTALL.                                │
  12. echo └───────────────────────────────────────────────────────────────────────┘
  13. if "%1"=="" goto bad
  14. pause
  15. echo Printing a sample of ESF's Scalable LaserJet III & IV Fonts, this will take a
  16. echo moment...
  17. download @sample.lst -q %1:
  18. copy sample.doc %1:
  19. echo Printing a sample of other products from Elfring Soft Fonts, this will take
  20. echo a moment....
  21. download sample.usp 1 -dq %1
  22. copy sample2.doc %1:
  23. goto good
  24. :bad
  25. echo Sorry, you must pass a parallel print port as an argument
  26. :good
  27.